Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps pypdfium2 from 4.11.0 to 4.15.0.

Release notes

Sourced from pypdfium2's releases.

4.15.0

Changes (Release 4.15.0)

Summary (pypdfium2)

  • In helpers, closing a parent object now automatically closes the children to ensure correct order. This notably enhances safety of closing and absorbs the common mistake of closing a parent but missing child close calls. See commit eb07605 for more info.
  • In init_forms(), attempt to call FPDF_LoadXFA() and warn on failure, though as of this writing it always fails. An upstream issue is suspected.

Commits between 4.14.0 and 4.15.0 (latest commit first):

  • 4ca2bbc [autorelease] update changelog and version file
  • 9fe9660 nit: slightly improve repr style
  • 12d2327 Move library load/destory to seprate file
  • ee14e56 utils.get_bufreader(): do not separately hold buffer
  • d23cfab cli/imgtopdf: overwrite existing files
  • 6749177 bitmap.from_pil(): avoid one layer of copying
  • 5f2bd3f formal safety nits around formenvs
  • 5e19859 Further improve autoclose debugging
  • 6ed7685 autoclose: add context info
  • 77bf19a Combine namespaces bases, consts, utils into pdfium_i (#226)
  • 6aa3c7e fix init_forms() blunder: move version safety check to right place
  • 656f945 formenv: child-track pages released after init_forms()
  • 68854b2 readme: link case study concerning ABI vs API
  • 8f8edcf Update changelog_staging
  • e5d348e Call FPDF_LoadXFA() in init_forms(), warn on error (#223)
  • eb07605 Protect closing order (#224)

Commits between 5813 and 5827 (latest commit first):

  • 5e77cd172 Simplify CFX_DIBBase::RealizeSkImage()
  • 7ccc8ace2 Add CFX_DIBBase::RealizeSkImage()
  • bee35d5e5 Avoid using NOTREACHED() in test code
  • cfc8f9162 Don't infer UnownedPtr::ExtractAsDangling() type
  • 55e612f5f Manage Upsample() memory using SkImage
  • 7b3cd1e7f Remove obsolete third_party/android_sdk/
  • 6498464bc Fix PDF saving when multiple graphics states are in effect
  • c261a6cb2 Fix FxgeSkiaEmbedderTest.RenderBigImageTwice test
  • 5281496be Minimize GN dependencies on //skia

... (truncated)

Commits
  • 4ca2bbc [autorelease] update changelog and version file
  • 9fe9660 nit: slightly improve repr style
  • 12d2327 Move library load/destory to seprate file
  • ee14e56 utils.get_bufreader(): do not separately hold buffer
  • d23cfab cli/imgtopdf: overwrite existing files
  • 6749177 bitmap.from_pil(): avoid one layer of copying
  • 5f2bd3f formal safety nits around formenvs
  • 5e19859 Further improve autoclose debugging
  • 6ed7685 autoclose: add context info
  • 77bf19a Combine namespaces bases, consts, utils into pdfium_i (#226)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pypdfium2](https://github.com/pypdfium2-team/pypdfium2) from 4.11.0 to 4.15.0.
- [Release notes](https://github.com/pypdfium2-team/pypdfium2/releases)
- [Commits](pypdfium2-team/pypdfium2@4.11.0...4.15.0)

---
updated-dependencies:
- dependency-name: pypdfium2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 19, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2023

Superseded by #31.

@dependabot dependabot bot closed this Jun 26, 2023
@dependabot dependabot bot deleted the dependabot/pip/pypdfium2-4.15.0 branch June 26, 2023 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant